This function will return the first occurrence (in the Origin string) of a string that starts with the StartString and ends with EndString. If the EndString is not found, the string starting with StartString until the end of the string is returned.
The following examples are applicable to Basic syntax:
MyTable.Field = "James and crystal"
ExtractString (MyTable.Field, J, s)
MyTable.Field = "James and crystal"
ExtractString (MyTable.Field, J, ;)
| Seagate Software, Inc. http://www.seagatesoftware.com Please send comments to: techpubs@seagatesoftware.com |